Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 291 Bytes

9.2.2 - swoole_websocket_server->exist.md

File metadata and controls

10 lines (7 loc) · 291 Bytes

swoole_websocket_server->exist

判断WebSocket客户端是否存在,并且状态为Active状态。

function swoole_websocket_server->exist(int $fd);
  • 连接存在,并且已完成WebSocket握手,返回true
  • 连接不存在或尚未完成握手,返回false